ProjectWise Explorer Help

To Insert a ProjectWise Property into a Cell in an Excel Document

  1. In the open Excel document, select the cell in which you would like to insert the property.
  2. In the Formula field, enter:
    =GetDocumentProperty("PROPERTY_NAME")

    where PROPERTY_NAME is the custom property you want to insert. For example:

    =GetDocumentProperty("Folder_Name")

    The value of the specified property is inserted into the selected cell. So if you insert the Folder_Name property, then the name of the ProjectWise folder in which the Excel document exists will be displayed in the cell.

    Use the Custom tab of the Document Properties dialog (File > Info > Properties > Advanced Properties) to see the list of ProjectWise properties you can insert.